Revision: tla--devo--1.1--patch-19
Archive: miles@gnu.org--gnu-2003
Creator: Miles Bader <miles@gnu.org>
Date: Wed Aug 27 19:11:07 JST 2003
Standard-date: 2003-08-27 10:11:07 GMT
Modified-files: libarch/changeset-report.c
    libarch/make-changeset.c libarch/patch-logs.c
New-patches: miles@gnu.org--gnu-2003/tla--devo--1.1--patch-19
Summary: Omit leading ./ in filename output

This simply removes any leading ./ in filenames printed by arch, or
stored in patch-logs.  The removal is done during output, and doesn't
affect the internal representation of filenames.

The leading ./ is significant in changesets, so this cannot be done at
a lower-level (e.g., in the initial directory scan), but it should be
safe to do it for output, as it's already necessary to canonicalize
names that may come from the user.
